home *** CD-ROM | disk | FTP | other *** search
/ Multimedia Joker 5 & 6 / Multimedia Joker 1996-05 & 06 (1996)(Joker Verlag)(DE)[Amiga-Mac-PC].iso / mac / AMIGA / PDTOOLS / OPUSMPEG.DMS / OPUSMPEG.adf / cdda_mpeg_op5.lzx / cdda_mpeg_op5 / c / WBRun.doc < prev    next >
Text File  |  1993-01-07  |  2KB  |  54 lines

  1.  
  2.                                   WBRun.doc
  3.  
  4.  
  5.     A RunBack style program which use parm.library.  Runs programs
  6.     in  WB  mode  from any CLI.  Programs are fully detached.  The
  7.     program you run must support WB startup.
  8.  
  9.     Usage:
  10.  
  11.         WBRun Prog [args] [STACK size] [PRI pri] [DELAY sec] [SYNC]
  12.  
  13.     if you type:
  14.  
  15.         WBRun ?
  16.  
  17.     you will get this command template
  18.  
  19.         Prog/A,Args/M,STACK/K/N,PRI/K/N,DELAY/K/N,SYNC/S:
  20.  
  21.     that is to say, Prog must be specified, and other args are optionnal.
  22.  
  23.     Stack will overide icon stack if specified, so use with great care.
  24.     Pri is 0 by default.
  25.     Delay  is  in seconds.  WBRun will wait this delay once prog is loaded
  26.     and run, and can be used to prevent disk trashing in script files.
  27.     When you set the SYNC flag, WBRun will wait for program to finish
  28.     before return. This may be usefull in scripts, especialy in ParM.
  29.  
  30.     Example:
  31.  
  32.         ITEM ADPro RUN Assign ADPRO: Work:ADPro ; WBRun SYNC ADPRO:ADPro ; Assign ADPRO:
  33.  
  34.         This will make it possible to run ADPro in WB mode even with
  35.         commands runned in SHELL mode before and after.
  36.         If you didn't understand, this item creates the ADPRO: assign,
  37.         runs ADPro in WB mode, and then cancels the assign.
  38.  
  39.     WBRun is pure and can be made resident.
  40.  
  41. History:
  42.  
  43.     1.0:    1st version for both 1.3 & 2.0+
  44.     2.0:    Special 2.0 version.
  45.     2.1:    Added SYNC option.
  46.     2.2:    Last release was marked as V1.22
  47.             and was not working!
  48.             This is fixed.
  49.  
  50.     Authors: Sylvain Rougier, Pierre Carrette.
  51.  
  52.     Enjoy.
  53.  
  54.